WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridDetailRow<TItem> Class / GridDetailRow<TItem> Constructor
The provider.
The associated row.
In This Topic
    GridDetailRow<TItem> Constructor
    In This Topic
    Initializes a new instance of the GridDetailRow<TItem> class.
    Syntax
    public GridDetailRow<TItem>( 
       FlexGridDetailProvider<TItem> provider,
       GridRow parentRow
    )

    Parameters

    provider
    The provider.
    parentRow
    The associated row.
    See Also